/* Community Level Styles */

:root {
    --navbar-background-transparent-color: var(--background-1-base);
    --navbar-background-transparent-text-color: var(--primary-base);
    --navbar-background-color: var(--background-1-base);
    --navbar-link-color: var(--primary-base);
    --amenities-title-bg-color: var(--secondary-base);
    --intro-hpt-impact-text-divider-height: 1.5px;
    --intro-hpt-impact-text-divider-width: 185px;
}

header .menu .menu-logo-wrapper .menu-logo {
    filter: brightness(7.5);
}

@media (min-width: 1600px) {
    header .navbar #showcase_links.left-to-right .menu-item:first-child, header .navbar #showcase_links.left-to-right .menu-item:nth-child(2), header .navbar #showcase_links.left-to-right .menu-item:nth-child(3), header .navbar #showcase_links.left-to-right .menu-item:nth-child(4), header .navbar #showcase_links.left-to-right .menu-item:nth-child(5), header .navbar #showcase_links.left-to-right .menu-item:nth-child(6),header .navbar #showcase_links.left-to-right .menu-item:nth-child(7) {
        display: block;
    }
}

@media (min-width: 1180px) {
    header .navbar #showcase_links.left-to-right .menu-item:first-child, header .navbar #showcase_links.left-to-right .menu-item:nth-child(2), header .navbar #showcase_links.left-to-right .menu-item:nth-child(3), header .navbar #showcase_links.left-to-right .menu-item:nth-child(4), header .navbar #showcase_links.left-to-right .menu-item:nth-child(5), header .navbar #showcase_links.left-to-right .menu-item:nth-child(6),header .navbar #showcase_links.left-to-right .menu-item:nth-child(7) {
    display: block;
    }
}

#intro_text_section .hpt-impact-text .hpt-impact-line-one,
#intro_text_section .hpt-impact-text .hpt-impact-line-two,
#intro_text_section .hpt-impact-text .hpt-impact-line-three,
#neighborhood_section .neighborhood-impact-title,
.accent-banner #accent_banner_headline {
    text-transform: uppercase;
}

#intro_text_section .hpt-impact-text .hpt-impact-line-one {
    margin: -9px;
}

#intro_text_section .hpt-impact-text .hpt-impact-line-one, #intro_text_section .hpt-impact-text .hpt-impact-line-two, #intro_text_section .hpt-impact-text .hpt-impact-line-three, #neighborhood_section .neighborhood-impact-title, .accent-banner #accent_banner_headline {
    margin-bottom: 12px;
}

#intro_text_section .hpt-impact-text .impact-divider-line {
    margin: 4px auto;
}

/* neighborhood extra seo */
.neighborhood-extra-seo {
    width: 80%;
    margin: auto;
    padding: 3rem 0 5rem;
}

.neighborhood-extra-seo p {
    padding-bottom: 1rem;
}